feat: update mparticle versions#33
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the MParticle SDK versions for both Android and iOS platforms and improves the example application's buildability. The key changes include fixing compatibility issues with the newer iOS SDK version, particularly around GDPR/CCPA consent handling and user identity enumeration, while also enhancing the development workflow with build automation and documentation.
- Updated Android SDK from 5.38.1 to 5.71.0 and iOS SDK to 8.35.0
- Fixed iOS compatibility issues with identity type conversion and consent handling
- Enhanced example app with build scripts, documentation, and CI/CD improvements
Reviewed Changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| plugin/src/ios/CDVMParticle.m | Fixed identity enumeration crash by converting enum keys to strings and updated import to use module syntax |
| plugin/plugin.xml | Updated Android/iOS SDK versions and modernized iOS podspec configuration |
| example/www/js/index.js | Enhanced example with better logging and Cordova-specific naming |
| example/scripts/clean.js | Added utility script for cleaning and resetting project state |
| example/platform_overrides/ios/AppDelegate.m | Standardized API key placeholders for consistency |
| example/platform_overrides/android/MainActivity.java | Cleaned up imports and standardized API key placeholders |
| example/package.json | Updated Cordova platform versions and added clean script |
| example/hooks/after_platform_add/010_copy_platform_specific_files.js | Added hook for copying platform-specific override files |
| example/config.xml | Added iOS deployment target and platform copy hook |
| example/README.md | Added comprehensive documentation for setup and usage |
| .github/workflows/pull-request.yml | Updated GitHub Actions versions and added example app build jobs |
Files not reviewed (2)
- example/package-lock.json: Language not supported
- plugin/package-lock.json: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
thomson-t
approved these changes
Jul 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instructions
developmentSummary
MPGDPRConsentandMPCCPAConsentcaused by Obj-c to Swift conversion in 8.27.2getUserIdentitiesTesting Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)